net/http.http2ClientConn.maxFrameSize (field)
7 uses
net/http (current package)
h2_bundle.go#L7672: maxFrameSize uint32
h2_bundle.go#L8108: maxFrameSize: 16 << 10, // spec default
h2_bundle.go#L8903: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L9149: maxFrameSize := int(cc.maxFrameSize)
h2_bundle.go#L9302: if take > int32(cc.maxFrameSize) {
h2_bundle.go#L9303: take = int32(cc.maxFrameSize)
h2_bundle.go#L10144: cc.maxFrameSize = s.Val
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)